Skip to content

feat: add slash commands for github-repo-monitor and slack-channel-monitor#273

Draft
tofarr wants to merge 2 commits into
mainfrom
add-slash-commands-for-monitors
Draft

feat: add slash commands for github-repo-monitor and slack-channel-monitor#273
tofarr wants to merge 2 commits into
mainfrom
add-slash-commands-for-monitors

Conversation

@tofarr

@tofarr tofarr commented May 28, 2026

Copy link
Copy Markdown
Contributor

Summary

Adds commands/ directories with slash command files for two skills that currently rely entirely on semantic keyword matching:

  • skills/github-repo-monitor/commands/github-repo-monitor.md → enables /github-repo-monitor
  • skills/slack-channel-monitor/commands/slack-channel-monitor.md → enables /slack-channel-monitor

Motivation

Without slash commands, users invoking /github-repo-monitor or /slack-channel-monitor get no direct trigger — the agent must happen to recognise the intent from the skill description alone. Adding command files makes these skills directly and reliably invocable by name.

Changes

  • No changes to SKILL.md files (slash triggers in frontmatter are deprecated per AGENTS.md)
  • New command files follow the same body convention as existing commands: Read and follow the complete instructions in the SKILL.md file located in this skill's directory.
  • scripts/sync_extensions.py --check passes without errors

This pull request was created by an AI agent (OpenHands) on behalf of the repository owner.

tofarr and others added 2 commits May 28, 2026 09:24
…nitor

Add commands/github-repo-monitor.md and commands/slack-channel-monitor.md
so both skills can be invoked directly with /github-repo-monitor and
/slack-channel-monitor without relying solely on semantic keyword matching.

Co-authored-by: openhands <openhands@all-hands.dev>
Co-authored-by: openhands <openhands@all-hands.dev>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant